home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TFORMSHOWPICTURE / TFORMSHOWPICTURE.txt
Text File  |  2005-01-28  |  692b  |  33 lines

  1. object FormShowPicture: TFormShowPicture
  2.   Left = 359
  3.   Top = 183
  4.   Width = 123
  5.   Height = 110
  6.   AutoSize = True
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Show Picture'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   ShowHint = True
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image_ShowPicture: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 115
  24.     Height = 76
  25.     Hint = 'Click it to close the window'
  26.     AutoSize = True
  27.     Center = True
  28.     ParentShowHint = False
  29.     ShowHint = True
  30.     OnClick = Image_ShowPictureClick
  31.   end
  32. end
  33.